home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TDLGCOMMENTS / TDLGCOMMENTS.txt < prev   
Text File  |  2006-11-06  |  3KB  |  161 lines

  1. object DlgComments: TDlgComments
  2.   Left = 0
  3.   Top = 0
  4.   Caption = 'Diino Blog Entry Comments'
  5.   ClientHeight = 297
  6.   ClientWidth = 546
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Shell Dlg 2'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   DesignSize = (
  16.     546
  17.     297)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BtnSave: TTntButton
  21.     Left = 386
  22.     Top = 268
  23.     Width = 75
  24.     Height = 25
  25.     Anchors = [akRight, akBottom]
  26.     Caption = '&Save'
  27.     ModalResult = 1
  28.     TabOrder = 2
  29.   end
  30.   object BtnCancel: TTntButton
  31.     Left = 464
  32.     Top = 268
  33.     Width = 75
  34.     Height = 25
  35.     Anchors = [akRight, akBottom]
  36.     Cancel = True
  37.     Caption = '&Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 0
  40.   end
  41.   object GbComments: TTntGroupBox
  42.     Left = 6
  43.     Top = 3
  44.     Width = 535
  45.     Height = 259
  46.     Anchors = [akLeft, akTop, akRight, akBottom]
  47.     Caption = 'Comment List'
  48.     TabOrder = 1
  49.     DesignSize = (
  50.       535
  51.       259)
  52.     object ImgTitle: TImage
  53.       Left = 8
  54.       Top = 18
  55.       Width = 24
  56.       Height = 24
  57.       Picture.Data = {<image000.bmp>}
  58.       Transparent = True
  59.     end
  60.     object LblTitle: TTntLabel
  61.       Left = 42
  62.       Top = 24
  63.       Width = 227
  64.       Height = 13
  65.       Caption = 'Comments that your blog entry has generated.'
  66.     end
  67.     object Lv: TTntListView
  68.       Left = 12
  69.       Top = 56
  70.       Width = 511
  71.       Height = 163
  72.       Anchors = [akLeft, akTop, akRight, akBottom]
  73.       Columns = <
  74.         item
  75.           Caption = 'From'
  76.           Width = 120
  77.         end
  78.         item
  79.           Caption = 'E-Mail'
  80.           Width = 140
  81.         end
  82.         item
  83.           Caption = 'Date'
  84.           Width = 95
  85.         end
  86.         item
  87.           AutoSize = True
  88.           Caption = 'Comment'
  89.         end>
  90.       OwnerData = True
  91.       ReadOnly = True
  92.       RowSelect = True
  93.       PopupMenu = PM
  94.       TabOrder = 1
  95.       ViewStyle = vsReport
  96.       OnData = LvData
  97.       OnDblClick = AcCommentEditExecute
  98.     end
  99.     object BtnRemove: TTntButton
  100.       Left = 175
  101.       Top = 225
  102.       Width = 75
  103.       Height = 25
  104.       Action = AcCommentRemove
  105.       Anchors = [akLeft, akBottom]
  106.       TabOrder = 2
  107.     end
  108.     object BtnEdit: TTntButton
  109.       Left = 93
  110.       Top = 225
  111.       Width = 75
  112.       Height = 25
  113.       Action = AcCommentEdit
  114.       Anchors = [akLeft, akBottom]
  115.       TabOrder = 0
  116.     end
  117.     object BtnNew: TTntButton
  118.       Left = 12
  119.       Top = 225
  120.       Width = 75
  121.       Height = 25
  122.       Action = AcCommentNew
  123.       Anchors = [akLeft, akBottom]
  124.       TabOrder = 3
  125.     end
  126.   end
  127.   object AL: TTntActionList
  128.     OnUpdate = ALUpdate
  129.     Left = 24
  130.     Top = 84
  131.     object AcCommentEdit: TTntAction
  132.       Caption = '&Edit'
  133.       OnExecute = AcCommentEditExecute
  134.     end
  135.     object AcCommentRemove: TTntAction
  136.       Caption = '&Remove'
  137.       ShortCut = 46
  138.       OnExecute = AcCommentRemoveExecute
  139.     end
  140.     object AcCommentNew: TTntAction
  141.       Caption = '&New'
  142.       ShortCut = 16462
  143.       OnExecute = AcCommentNewExecute
  144.     end
  145.   end
  146.   object PM: TTntPopupMenu
  147.     Left = 54
  148.     Top = 84
  149.     object New1: TTntMenuItem
  150.       Action = AcCommentNew
  151.     end
  152.     object Edit1: TTntMenuItem
  153.       Action = AcCommentEdit
  154.       ShortCut = 13
  155.     end
  156.     object Remove1: TTntMenuItem
  157.       Action = AcCommentRemove
  158.     end
  159.   end
  160. end
  161.